From 7a0b6a36393400160ec4e11c206d113595374f9c Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Wed, 17 Oct 2018 12:51:07 +0000 Subject: [PATCH] imwayland.c: fix formatting --- gtk/gtkimcontextwayland.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/gtkimcontextwayland.c b/gtk/gtkimcontextwayland.c index dad4382057..98fb2d3352 100644 --- a/gtk/gtkimcontextwayland.c +++ b/gtk/gtkimcontextwayland.c @@ -599,7 +599,7 @@ registry_handle_global (void *data, &zwp_text_input_manager_v3_interface, 1); global->text_input = zwp_text_input_manager_v3_get_text_input (global->text_input_manager, - gdk_wayland_seat_get_wl_seat (seat)); + gdk_wayland_seat_get_wl_seat (seat)); global->serial = 0; zwp_text_input_v3_add_listener (global->text_input, &text_input_listener, global); @@ -616,8 +616,8 @@ registry_handle_global_remove (void *data, if (id != global->text_input_manager_wl_id) return; - g_clear_pointer(&global->text_input, zwp_text_input_v3_destroy); - g_clear_pointer(&global->text_input_manager, zwp_text_input_manager_v3_destroy); + g_clear_pointer (&global->text_input, zwp_text_input_v3_destroy); + g_clear_pointer (&global->text_input_manager, zwp_text_input_manager_v3_destroy); } static const struct wl_registry_listener registry_listener = { -- 2.30.2